home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / web / spiderweb / patches / 004 < prev    next >
Encoding:
Text File  |  1989-04-13  |  2.7 KB  |  71 lines

  1. *** master/weave.web.old    Fri Apr 14 12:31:34 1989
  2. --- master/weave.web    Fri Apr 14 12:33:28 1989
  3. ***************
  4. *** 353,359 ****
  5.   
  6.   @d ignore = 0 /* control code of no interest to \.{CWEAVE} */
  7.   @d verbatim = @'2 /* extended ASCII alpha will not appear */
  8. ! @d tangle_force_line = @'3 /* extended ASCII beta will not appear */
  9.   @d begin_comment = @'10 /* ASCII tab mark will not appear */
  10.   @d octal = @'14 /* ASCII carriage return will not appear */
  11.   @d hex = @'15 /* ASCII form feed will not appear */
  12. --- 353,359 ----
  13.   
  14.   @d ignore = 0 /* control code of no interest to \.{CWEAVE} */
  15.   @d verbatim = @'2 /* extended ASCII alpha will not appear */
  16. !          /* extended ASCII beta will not appear */
  17.   @d begin_comment = @'10 /* ASCII tab mark will not appear */
  18.   @d octal = @'14 /* ASCII carriage return will not appear */
  19.   @d hex = @'15 /* ASCII form feed will not appear */
  20. ***************
  21. *** 395,401 ****
  22.   ccode['-']=line_break;
  23.   ccode['#']=big_line_break;
  24.   ccode['=']=verbatim; 
  25. - ccode['\\']=tangle_force_line;
  26.   ccode['d']=ccode['D']=definition; 
  27.   ccode['f']=ccode['F']=format;
  28.   ccode['c']=ccode['C']=begin_unnamed; 
  29. --- 395,400 ----
  30. ***************
  31. *** 2026,2032 ****
  32.       break;
  33.   case xref_roman: case xref_wildcard: case xref_typewriter: 
  34.       break;
  35. -   case tangle_force_line: app_str("\\]"); app_scrap(SP_ignore_scrap,yes_math); break;
  36.     case thin_space: app_str("\\,"); app_scrap(SP_ignore_scrap,yes_math); break;
  37.     case math_break:
  38.    small_app(opt); app_str("0"); app_scrap(SP_ignore_scrap,yes_math); break;
  39. --- 2025,2030 ----
  40. *** doc/spiderwebman.tex.old    Fri Apr 14 12:32:11 1989
  41. --- doc/spiderwebman.tex    Fri Apr 14 12:39:57 1989
  42. ***************
  43. *** 952,958 ****
  44.   \@= [\PAS] The ``control text'' that follows, up to the next `\.{@>}', will
  45.   be passed verbatim to the \PASCAL\ program.
  46.   
  47. ! \@\\ [\PAS] Force end-of-line here in the \PASCAL\ program file.
  48.   
  49.   \@! [\PAS,T] The module number in an index entry will be underlined if `\.{@!}'
  50.   immediately precedes the identifier or control text being indexed.
  51. --- 952,958 ----
  52.   \@= [\PAS] The ``control text'' that follows, up to the next `\.{@>}', will
  53.   be passed verbatim to the \PASCAL\ program.
  54.   
  55. ! %%% \@\\ [\PAS] Force end-of-line here in the \PASCAL\ program file.
  56.   
  57.   \@! [\PAS,T] The module number in an index entry will be underlined if `\.{@!}'
  58.   immediately precedes the identifier or control text being indexed.
  59. ***************
  60. *** 982,987 ****
  61. --- 982,990 ----
  62.   \@?
  63.   [\PAS,T] This cancels an implicit (or explicit) `\.{@!}', so that the next
  64.   index entry will not be underlined.
  65. + \newstuff This is not implemented in the current version of Spidery \.{WEB}.
  66. + \endnewstuff
  67.   
  68.   \@, [\PAS] This control code inserts a thin space in \.{WEAVE}'s output; it is
  69.   ignored by \.{TANGLE}.
  70.